| Einhugur macOS Bridge plugin. |
|
NSObject.IsNSObject Method
Returns true if the NSObject under the hood is NSObject.
shared IsNSObject(
value
as NSObject)
as Boolean
Parameters
- value
- The NSObject to check.
Returns
- Boolean
- Presumable this should always return true unless nil is passed in since we are on the base NSObject class here.
Remarks
See Also
NSObject Class